home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / Coldfusion / coldfusion-60-win-en.exe / Application.cfm4 < prev    next >
Encoding:
Text File  |  2002-04-23  |  888 b   |  23 lines

  1. ebugging information.
  2.     </p>
  3.     
  4.     <p>
  5. Trace output can be displayed as a section in the normal debugging output or, as in this example, inline in the CFML page itself.  Like all debugging outpupt, cftrace information is only displayed when the "enable debugging" option is selected in the ColdFusion Administrator.
  6.     </p>
  7.     
  8. </cfmodule><!--- 
  9. **
  10. * CFMX Example Applications
  11. *
  12. * Copyright (c) 2002 Macromedia.  All Rights Reserved.
  13. *
  14. * YOUR RIGHTS WITH RESPECT TO THIS SOFTWARE IS GOVERNED BY THE
  15. * TERMS AND CONDITIONS SET FORTH IN THE CORRESPONDING EULA.
  16. *
  17. **
  18.  --->
  19.  
  20. <cfmodule template="../tags/layout.cfm" pageName="CFTRACE Example">
  21.  
  22. <p>
  23. CFTRACE is a new and powerful tool to help you debug your applications by providing information about variables as a page is built.  CFTRACE also ties into the debugging service which means you can keep tracing tags on "live" serv